home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / ftask104 / ftaskman.txt < prev   
Text File  |  1993-03-04  |  5KB  |  163 lines

  1. FTaskman - Taskmanager (c) 1993 by Andreas Furrer
  2. =================================================
  3.  
  4.  
  5. This is version 1.04 of FTaskman.
  6.  
  7. FTaskman is a replacement for the taskmanager of Windows 3.1
  8.  
  9.  
  10. FTaskman has the following additional functions to the normal taskmanager
  11.  
  12. - display the icons of all tasks (switchable)
  13. - multiselection -> e.g. end several tasks
  14. - show also invisible tasks (switchable)
  15. - minimize other tasks when 'Switch to'
  16. - new commands:
  17.   + minimize selected tasks
  18.   + minimize all tasks with the exception of the selected
  19.   + minimize all tasks
  20.   + set tasks invisible or visible
  21.   + set tasks stay on top or delete stay on top
  22.   + tile windows horizontally or vertically
  23.  
  24.  
  25. There is an english an a german version of FTaskman.
  26.  
  27.  
  28. Installation of FTaskman:
  29. =========================
  30.  
  31. - To use the german you have to rename FTASKMAN.EXG in FTASKMAN.EXE.
  32. - Copy FTASKMAN.EXE in your windows directory (or any directory you want)
  33. - Add the following line to the section [Boot] of the file SYSTEM.INI:
  34.  
  35.    TASKMAN.EXE=C:\WINDOWS\FTASKMAN.EXE
  36.   
  37.    (If you don't have copied FTASKMAN.EXE in the directory C:\WINDOWS
  38.     change this path to the name of the directory in which you have copied
  39.     FTASKMAN.EXE!)
  40. - If you want to use the library CTL3D.DLL (see below), you have to copy the file CTL3D.DLL
  41.   in the same directory where FTASKMAN.EXE is, or in your Windows or Windows\System 
  42.   directory
  43.  
  44.  
  45. Commands of FTaskman
  46. ====================
  47.  
  48. - Switch to: 
  49.     show selected tasks and activate the first of the seleted
  50. - End Task(s)
  51.     end selected tasks
  52. - Cancel
  53.     close taskman without doing anything
  54. - Minimize task(s)
  55.     minimize selected tasks
  56. - Minimize others
  57.     minimize all tasks with the exception of the selected
  58. - Minimize all
  59.     minimize all tasks
  60. - Tile
  61.     tile all mainwindows
  62. - Cascade vertical
  63.     Cascade mainwindows vertical
  64. - Cascade horizontal
  65.     Cascade mainwindows horizontal
  66. - Show invisible
  67.     show invisible tasks
  68. - v
  69.     show extented dialog
  70. - Arrange icons
  71.     arrange desktop icons
  72. - Task(s) invisible
  73.     set selected tasks invisible 
  74. - Task(s) visible
  75.     set selected tasks visible
  76. - Task(s) on Top
  77.     set selected tasks stay on top
  78. - Task(s) not on Top
  79.     clear stay on top of selected tasks
  80. - Options
  81.     show options dialog
  82. - About
  83.     show version number and copyright information
  84.  
  85. Options dialog:
  86.  
  87. - Show icons in tasklist
  88. - Default: show invisible
  89. - Default: show extented dialog
  90. - Minimize other tasks when 'Switch to'
  91.     If you switch to one or more tasks with 'Switch to', all other tasks 
  92.     will be minimized
  93.  
  94.  
  95. You can also access each command with a popup menu, if you press the right 
  96. mouse button in the task listbox.
  97.  
  98.  
  99. Invisible tasks will be marked with a 'ñ'.
  100.  
  101. The tasklist will not show tasks which have no title, because the standard
  102. taskmanager also don't show them and there are a lot of untiteled windows 
  103. which your system uses for internal things.
  104.  
  105.  
  106. FTaskman will use the CTL3D library from Microsoft to let the dialog controls
  107. look 3 dimensional. If you don't like this look, just delete CTL3D.DLL or add
  108.  
  109. Ctl3d=0
  110.  
  111. to the section
  112.  
  113. [FTaskMan]
  114.  
  115. in WIN.INI
  116.  
  117.  
  118.  
  119. Freeware-Note
  120. =============
  121.  
  122. You can use and distribute FTaskman free, as long as the following files are 
  123. not changed and you distribute all files together
  124.  
  125. - ftaskman.exe
  126. - ftaskman.exg
  127. - ftaskman.txt
  128. - ftaskman.txg
  129.  
  130. I am programming FTaskman because I have fun and not to make any profit. 
  131. That's why FTaskman is free and you don't have to pay more or less high 
  132. registration charges. I think it is a bad habit, that more and more program 
  133. authors want to have money even for the smallest programs.
  134.  
  135. Long live the Freeware!
  136.  
  137.  
  138. If you have problems, comments, suggestions or you detect one error, 
  139. please E-Mail to
  140.  
  141. s_furrer@ira.uka.de
  142.  
  143.  
  144. (c) 1993 by Andreas Furrer
  145.  
  146.  
  147. Version history
  148. =================
  149.  
  150. 1.04: - Fixed a bug with the task listbox
  151.       - Fixed a bug with UseCtl3d=0
  152.       - Now CTL3D.DLL is shipped with FTaskman
  153. 1.03: - FTaskman will now be the topmost window
  154.       - Fixed a bug with command 'Task(s) not on Top'
  155. 1.02: - Now FTaskman will use the CTRL3D library from Microsoft to let 
  156.         the dialog controls look 3 dimensional
  157.       - Error fixed in the english version: exchanged Cascade and Tile
  158. 1.01: - If an applicatφon has no icon, FTaskman will dislay Windows 
  159.         default icon
  160.       - Error fixed: With a resolution of 640x480 you have not seen 
  161.         the whole extented dialog sometimes
  162. 1.00: First version of FTaskman.
  163.